Autogenerated HTML docs for v2.9.0-137-gcf4c2 
diff --git a/git-config.html b/git-config.html index 8ed52b5..d8012df 100644 --- a/git-config.html +++ b/git-config.html 
@@ -1192,7 +1192,7 @@  and <em>--unset</em>. <strong><em>git config</em> will only ever change one file at a time</strong>.</p></div>   <div class="paragraph"><p>You can override these rules either by command-line options or by environment   variables. The <em>--global</em> and the <em>--system</em> options will limit the file used  -to the global or system-wide file respectively. The GIT_CONFIG environment  +to the global or system-wide file respectively. The <code>GIT_CONFIG</code> environment   variable has a similar effect, but you can specify any filename you want.</p></div>   </div>   </div>  @@ -1962,7 +1962,7 @@  may be set multiple times and is matched in the given order;   the first match wins.   </p>  -<div class="paragraph"><p>Can be overridden by the <em>GIT_PROXY_COMMAND</em> environment variable  +<div class="paragraph"><p>Can be overridden by the <code>GIT_PROXY_COMMAND</code> environment variable   (which always applies universally, without the special "for"   handling).</p></div>   <div class="paragraph"><p>The special string <code>none</code> can be used as the proxy command to  @@ -2020,9 +2020,9 @@  <dd>   <p>   Set the path to the root of the working tree.  - If GIT_COMMON_DIR environment variable is set, core.worktree  + If <code>GIT_COMMON_DIR</code> environment variable is set, core.worktree   is ignored and not used for determining the root of working tree.  - This can be overridden by the GIT_WORK_TREE environment  + This can be overridden by the <code>GIT_WORK_TREE</code> environment   variable and the <em>--work-tree</em> command-line option.   The value can be an absolute path or relative to the path to   the .git directory, which is either specified by --git-dir  @@ -2109,7 +2109,7 @@  -1 is the zlib default. 0 means no compression,   and 1..9 are various speed/size tradeoffs, 9 being slowest.   If set, this provides a default to other compression variables,  - such as <em>core.looseCompression</em> and <em>pack.compression</em>.  + such as <code>core.looseCompression</code> and <code>pack.compression</code>.   </p>   </dd>   <dt class="hdlist1">  @@ -2210,9 +2210,9 @@  <p>   Some commands (e.g. svn and http interfaces) that interactively   ask for a password can be told to use an external program given  - via the value of this variable. Can be overridden by the <em>GIT_ASKPASS</em>  + via the value of this variable. Can be overridden by the <code>GIT_ASKPASS</code>   environment variable. If not set, fall back to the value of the  - <em>SSH_ASKPASS</em> environment variable or, failing that, a simple password  + <code>SSH_ASKPASS</code> environment variable or, failing that, a simple password   prompt. The external program shall be given a suitable prompt as   command-line argument and write the password on its STDOUT.   </p>  @@ -2440,7 +2440,7 @@  notes should be printed.   </p>   <div class="paragraph"><p>This setting defaults to "refs/notes/commits", and it can be overridden by  -the <em>GIT_NOTES_REF</em> environment variable. See <a href="git-notes.html">git-notes(1)</a>.</p></div>  +the <code>GIT_NOTES_REF</code> environment variable. See <a href="git-notes.html">git-notes(1)</a>.</p></div>   </dd>   <dt class="hdlist1">   core.sparseCheckout  @@ -2497,7 +2497,7 @@  "gitk --all --not ORIG_HEAD". Note that shell commands will be   executed from the top-level directory of a repository, which may   not necessarily be the current directory.  -<em>GIT_PREFIX</em> is set as returned by running <em>git rev-parse --show-prefix</em>  +<code>GIT_PREFIX</code> is set as returned by running <em>git rev-parse --show-prefix</em>   from the original current directory. See <a href="git-rev-parse.html">git-rev-parse(1)</a>.</p></div>   </dd>   <dt class="hdlist1">  @@ -3327,7 +3327,7 @@  commands such as <em>git diff-files</em>. <em>git checkout</em> also honors   this setting when reporting uncommitted changes. Setting it to   <em>all</em> disables the submodule summary normally shown by <em>git commit</em>  - and <em>git status</em> when <em>status.submoduleSummary</em> is set unless it is  + and <em>git status</em> when <code>status.submoduleSummary</code> is set unless it is   overridden by using the --ignore-submodules command-line option.   The <em>git submodule</em> commands are not affected by this setting.   </p>  @@ -4181,7 +4181,7 @@  treat it as text. If they suppress text conversion, the file   will be set with <em>-kb</em> mode, which suppresses any newline munging   the client might otherwise do. If the attributes do not allow  - the file type to be determined, then <em>gitcvs.allBinary</em> is  + the file type to be determined, then <code>gitcvs.allBinary</code> is   used. See <a href="gitattributes.html">gitattributes(5)</a>.   </p>   </dd>  @@ -4190,14 +4190,14 @@  </dt>   <dd>   <p>  - This is used if <em>gitcvs.usecrlfattr</em> does not resolve  + This is used if <code>gitcvs.usecrlfattr</code> does not resolve   the correct <em>-kb</em> mode to use. If true, all   unresolved files are sent to the client in   mode <em>-kb</em>. This causes the client to treat them   as binary files, which suppresses any newline munging it   otherwise might do. Alternatively, if it is set to "guess",   then the contents of the file are examined to decide if  - it is binary, similar to <em>core.autocrlf</em>.  + it is binary, similar to <code>core.autocrlf</code>.   </p>   </dd>   <dt class="hdlist1">  @@ -4231,7 +4231,7 @@  </dt>   <dd>   <p>  - Database user and password. Only useful if setting <em>gitcvs.dbDriver</em>,  + Database user and password. Only useful if setting <code>gitcvs.dbDriver</code>,   since SQLite has no concept of database users and/or passwords.   <em>gitcvs.dbUser</em> supports variable substitution (see   <a href="git-cvsserver.html">git-cvsserver(1)</a> for details).  @@ -4250,8 +4250,8 @@  </p>   </dd>   </dl></div>  -<div class="paragraph"><p>All gitcvs variables except for <em>gitcvs.usecrlfattr</em> and  -<em>gitcvs.allBinary</em> can also be specified as  +<div class="paragraph"><p>All gitcvs variables except for <code>gitcvs.usecrlfattr</code> and  +<code>gitcvs.allBinary</code> can also be specified as   <em>gitcvs.&lt;access_method&gt;.&lt;varname&gt;</em> (where <em>access_method</em>   is one of "ext" and "pserver") to make them apply only for the given   access method.</p></div>  @@ -4330,7 +4330,7 @@  <dd>   <p>   If set to true, enable <em>--extended-regexp</em> option by default. This  - option is ignored when the <em>grep.patternType</em> option is set to a value  + option is ignored when the <code>grep.patternType</code> option is set to a value   other than <em>default</em>.   </p>   </dd>  @@ -4495,7 +4495,7 @@  of the <a href="git-gui.html">git-gui(1)</a> <code>Tools</code> menu is invoked. This option is   mandatory for every tool. The command is executed from the root of   the working directory, and in the environment it receives the name of  - the tool as <em>GIT_GUITOOL</em>, the name of the currently selected file as  + the tool as <code>GIT_GUITOOL</code>, the name of the currently selected file as   <em>FILENAME</em>, and the name of the current branch as <em>CUR_BRANCH</em> (if   the head is detached, <em>CUR_BRANCH</em> is empty).   </p>  @@ -4541,7 +4541,7 @@  <dd>   <p>   Request a string argument from the user, and pass it to the tool  - through the <em>ARGS</em> environment variable. Since requesting an  + through the <code>ARGS</code> environment variable. Since requesting an   argument implies confirmation, the <em>confirm</em> option has no effect   if this is enabled. If the option is set to <em>true</em>, <em>yes</em>, or <em>1</em>,   the dialog uses a built-in generic prompt; otherwise the exact  @@ -4554,7 +4554,7 @@  <dd>   <p>   Request a single valid revision from the user, and set the  - <em>REVISION</em> environment variable. In other aspects this option  + <code>REVISION</code> environment variable. In other aspects this option   is similar to <em>argPrompt</em>, and can be used together with it.   </p>   </dd>  @@ -4655,7 +4655,7 @@  only takes effect if the configured proxy string contains a user name part   (i.e. is of the form <em>user@host</em> or <em>user@host:port</em>). This can be   overridden on a per-remote basis; see <code>remote.&lt;name&gt;.proxyAuthMethod</code>.  - Both can be overridden by the <em>GIT_HTTP_PROXY_AUTHMETHOD</em> environment  + Both can be overridden by the <code>GIT_HTTP_PROXY_AUTHMETHOD</code> environment   variable. Possible values are:   </p>   <div class="openblock">  @@ -4785,9 +4785,9 @@  </p>   </li>   </ul></div>  -<div class="paragraph"><p>Can be overridden by the <em>GIT_SSL_VERSION</em> environment variable.  +<div class="paragraph"><p>Can be overridden by the <code>GIT_SSL_VERSION</code> environment variable.   To force git to use libcurl&#8217;s default ssl version and ignore any  -explicit http.sslversion option, set <em>GIT_SSL_VERSION</em> to the  +explicit http.sslversion option, set <code>GIT_SSL_VERSION</code> to the   empty string.</p></div>   </dd>   <dt class="hdlist1">  @@ -4802,9 +4802,9 @@  option; see the libcurl documentation for more details on the format   of this list.   </p>  -<div class="paragraph"><p>Can be overridden by the <em>GIT_SSL_CIPHER_LIST</em> environment variable.  +<div class="paragraph"><p>Can be overridden by the <code>GIT_SSL_CIPHER_LIST</code> environment variable.   To force git to use libcurl&#8217;s default cipher list and ignore any  -explicit http.sslCipherList option, set <em>GIT_SSL_CIPHER_LIST</em> to the  +explicit http.sslCipherList option, set <code>GIT_SSL_CIPHER_LIST</code> to the   empty string.</p></div>   </dd>   <dt class="hdlist1">  @@ -4813,7 +4813,7 @@  <dd>   <p>   Whether to verify the SSL certificate when fetching or pushing  - over HTTPS. Can be overridden by the <em>GIT_SSL_NO_VERIFY</em> environment  + over HTTPS. Can be overridden by the <code>GIT_SSL_NO_VERIFY</code> environment   variable.   </p>   </dd>  @@ -4823,7 +4823,7 @@  <dd>   <p>   File containing the SSL certificate when fetching or pushing  - over HTTPS. Can be overridden by the <em>GIT_SSL_CERT</em> environment  + over HTTPS. Can be overridden by the <code>GIT_SSL_CERT</code> environment   variable.   </p>   </dd>  @@ -4833,7 +4833,7 @@  <dd>   <p>   File containing the SSL private key when fetching or pushing  - over HTTPS. Can be overridden by the <em>GIT_SSL_KEY</em> environment  + over HTTPS. Can be overridden by the <code>GIT_SSL_KEY</code> environment   variable.   </p>   </dd>  @@ -4845,7 +4845,7 @@  Enable Git&#8217;s password prompt for the SSL certificate. Otherwise   OpenSSL will prompt the user, possibly many times, if the   certificate or private key is encrypted. Can be overridden by the  - <em>GIT_SSL_CERT_PASSWORD_PROTECTED</em> environment variable.  + <code>GIT_SSL_CERT_PASSWORD_PROTECTED</code> environment variable.   </p>   </dd>   <dt class="hdlist1">  @@ -4855,7 +4855,7 @@  <p>   File containing the certificates to verify the peer with when   fetching or pushing over HTTPS. Can be overridden by the  - <em>GIT_SSL_CAINFO</em> environment variable.  + <code>GIT_SSL_CAINFO</code> environment variable.   </p>   </dd>   <dt class="hdlist1">  @@ -4865,7 +4865,7 @@  <p>   Path containing files with the CA certificates to verify the peer   with when fetching or pushing over HTTPS. Can be overridden  - by the <em>GIT_SSL_CAPATH</em> environment variable.  + by the <code>GIT_SSL_CAPATH</code> environment variable.   </p>   </dd>   <dt class="hdlist1">  @@ -4900,7 +4900,7 @@  <dd>   <p>   How many HTTP requests to launch in parallel. Can be overridden  - by the <em>GIT_HTTP_MAX_REQUESTS</em> environment variable. Default is 5.  + by the <code>GIT_HTTP_MAX_REQUESTS</code> environment variable. Default is 5.   </p>   </dd>   <dt class="hdlist1">  @@ -4934,8 +4934,8 @@  <p>   If the HTTP transfer speed is less than <em>http.lowSpeedLimit</em>   for longer than <em>http.lowSpeedTime</em> seconds, the transfer is aborted.  - Can be overridden by the <em>GIT_HTTP_LOW_SPEED_LIMIT</em> and  - <em>GIT_HTTP_LOW_SPEED_TIME</em> environment variables.  + Can be overridden by the <code>GIT_HTTP_LOW_SPEED_LIMIT</code> and  + <code>GIT_HTTP_LOW_SPEED_TIME</code> environment variables.   </p>   </dd>   <dt class="hdlist1">  @@ -4945,7 +4945,7 @@  <p>   A boolean which disables using of EPSV ftp command by curl.   This can helpful with some "poor" ftp servers which don&#8217;t  - support EPSV mode. Can be overridden by the <em>GIT_CURL_FTP_NO_EPSV</em>  + support EPSV mode. Can be overridden by the <code>GIT_CURL_FTP_NO_EPSV</code>   environment variable. Default is false (curl will use EPSV).   </p>   </dd>  @@ -4960,7 +4960,7 @@  such as Mozilla/4.0. This may be necessary, for instance, if   connecting through a firewall that restricts HTTP connections to a set   of common USER_AGENT strings (but not including those like git/1.7.1).  - Can be overridden by the <em>GIT_HTTP_USER_AGENT</em> environment variable.  + Can be overridden by the <code>GIT_HTTP_USER_AGENT</code> environment variable.   </p>   </dd>   <dt class="hdlist1">  @@ -5523,7 +5523,7 @@  message if conflicts were detected. Level 1 outputs only   conflicts, 2 outputs conflicts and file changes. Level 5 and   above outputs debugging information. The default is level 2.  - Can be overridden by the <em>GIT_MERGE_VERBOSITY</em> environment variable.  + Can be overridden by the <code>GIT_MERGE_VERBOSITY</code> environment variable.   </p>   </dd>   <dt class="hdlist1">  @@ -6553,7 +6553,7 @@  A configuration identity. When given, causes values in the   <em>sendemail.&lt;identity&gt;</em> subsection to take precedence over   values in the <em>sendemail</em> section. The default identity is  - the value of <em>sendemail.identity</em>.  + the value of <code>sendemail.identity</code>.   </p>   </dd>   <dt class="hdlist1">  @@ -6590,7 +6590,7 @@  Identity-specific versions of the <em>sendemail.*</em> parameters   found below, taking precedence over those when the this   identity is selected, through command-line or  - <em>sendemail.identity</em>.  + <code>sendemail.identity</code>.   </p>   </dd>   <dt class="hdlist1">  @@ -6678,7 +6678,7 @@  </dt>   <dd>   <p>  - Deprecated alias for <em>sendemail.signedoffbycc</em>.  + Deprecated alias for <code>sendemail.signedoffbycc</code>.   </p>   </dd>   <dt class="hdlist1">  @@ -7068,8 +7068,8 @@  <dd>   <p>   Your email address to be recorded in any newly created commits.  - Can be overridden by the <em>GIT_AUTHOR_EMAIL</em>, <em>GIT_COMMITTER_EMAIL</em>, and  - <em>EMAIL</em> environment variables. See <a href="git-commit-tree.html">git-commit-tree(1)</a>.  + Can be overridden by the <code>GIT_AUTHOR_EMAIL</code>, <code>GIT_COMMITTER_EMAIL</code>, and  + <code>EMAIL</code> environment variables. See <a href="git-commit-tree.html">git-commit-tree(1)</a>.   </p>   </dd>   <dt class="hdlist1">  @@ -7078,7 +7078,7 @@  <dd>   <p>   Your full name to be recorded in any newly created commits.  - Can be overridden by the <em>GIT_AUTHOR_NAME</em> and <em>GIT_COMMITTER_NAME</em>  + Can be overridden by the <code>GIT_AUTHOR_NAME</code> and <code>GIT_COMMITTER_NAME</code>   environment variables. See <a href="git-commit-tree.html">git-commit-tree(1)</a>.   </p>   </dd>  @@ -7087,8 +7087,8 @@  </dt>   <dd>   <p>  - Instruct Git to avoid trying to guess defaults for <em>user.email</em>  - and <em>user.name</em>, and instead retrieve the values only from the  + Instruct Git to avoid trying to guess defaults for <code>user.email</code>  + and <code>user.name</code>, and instead retrieve the values only from the   configuration. For example, if you have multiple email addresses   and would like to use a different one for each repository, then   with this configuration option set to <code>true</code> in the global config  @@ -7149,7 +7149,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2016-05-06 15:26:51 PDT  +Last updated 2016-06-27 11:04:05 PDT   </div>   </div>   </body>